PicMaker is a project I did in summer camp in 2013. I was in 11 grade of high school at that time.
It is a Visual Basic application that uses idea of cellular automata to generate ornaments of pixels of dfferent colors.
The pictures look something like this:
Interface
Little form around the image area helps control:
- Field size;
- Type of field generation (random or empty);
- Appearance of grid and center marker;
- Iteration speed;
- Different cell types color;
- Different cell types activeness and visibility;
Generated images examples
That was the first time I realized I really love programming.